Documentation ¶
Index ¶
- func DoMainServer()
- type UpdatesServiceImpl
- func (s *UpdatesServiceImpl) UpdatesGetChannelDifference(ctx context.Context, request *mtproto.TLUpdatesGetChannelDifference) (*mtproto.Updates_ChannelDifference, error)
- func (s *UpdatesServiceImpl) UpdatesGetDifference(ctx context.Context, request *mtproto.TLUpdatesGetDifference) (*mtproto.Updates_Difference, error)
- func (s *UpdatesServiceImpl) UpdatesGetState(ctx context.Context, request *mtproto.TLUpdatesGetState) (*mtproto.Updates_State, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoMainServer ¶
func DoMainServer()
Types ¶
type UpdatesServiceImpl ¶
type UpdatesServiceImpl struct { }
func (*UpdatesServiceImpl) UpdatesGetChannelDifference ¶
func (s *UpdatesServiceImpl) UpdatesGetChannelDifference(ctx context.Context, request *mtproto.TLUpdatesGetChannelDifference) (*mtproto.Updates_ChannelDifference, error)
func (*UpdatesServiceImpl) UpdatesGetDifference ¶
func (s *UpdatesServiceImpl) UpdatesGetDifference(ctx context.Context, request *mtproto.TLUpdatesGetDifference) (*mtproto.Updates_Difference, error)
updates.difference#f49ca0 new_messages:Vector<Message> new_encrypted_messages:Vector<EncryptedMessage> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> state:updates.State = updates.Difference;
func (*UpdatesServiceImpl) UpdatesGetState ¶
func (s *UpdatesServiceImpl) UpdatesGetState(ctx context.Context, request *mtproto.TLUpdatesGetState) (*mtproto.Updates_State, error)
Click to show internal directories.
Click to hide internal directories.