Documentation
¶
Index ¶
- type Service
- func (s *Service) UpdatesGetChannelDifferenceV2(ctx context.Context, request *updates.TLUpdatesGetChannelDifferenceV2) (*updates.ChannelDifference, error)
- func (s *Service) UpdatesGetDifferenceV2(ctx context.Context, request *updates.TLUpdatesGetDifferenceV2) (*updates.Difference, error)
- func (s *Service) UpdatesGetState(ctx context.Context, request *updates.TLUpdatesGetState) (*mtproto.Updates_State, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx *svc.ServiceContext) *Service
func (*Service) UpdatesGetChannelDifferenceV2 ¶
func (s *Service) UpdatesGetChannelDifferenceV2(ctx context.Context, request *updates.TLUpdatesGetChannelDifferenceV2) (*updates.ChannelDifference, error)
UpdatesGetChannelDifferenceV2 updates.getChannelDifferenceV2 auth_key_id:long user_id:long channel_id:long pts:int limit:int = ChannelDifference;
func (*Service) UpdatesGetDifferenceV2 ¶
func (s *Service) UpdatesGetDifferenceV2(ctx context.Context, request *updates.TLUpdatesGetDifferenceV2) (*updates.Difference, error)
UpdatesGetDifferenceV2 updates.getDifferenceV2 flags:# auth_key_id:long user_id:long pts:int pts_total_limit:flags.0?int date:long = Difference;
func (*Service) UpdatesGetState ¶
func (s *Service) UpdatesGetState(ctx context.Context, request *updates.TLUpdatesGetState) (*mtproto.Updates_State, error)
UpdatesGetState updates.getState auth_key_id:long user_id:long = updates.State;
Click to show internal directories.
Click to hide internal directories.