Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdatesClient ¶
type UpdatesClient interface {
UpdatesGetState(ctx context.Context, in *mtproto.TLUpdatesGetState) (*mtproto.Updates_State, error)
UpdatesGetDifference(ctx context.Context, in *mtproto.TLUpdatesGetDifference) (*mtproto.Updates_Difference, error)
UpdatesGetChannelDifference(ctx context.Context, in *mtproto.TLUpdatesGetChannelDifference) (*mtproto.Updates_ChannelDifference, error)
}
func NewUpdatesClient ¶
func NewUpdatesClient(cli zrpc.Client) UpdatesClient
Click to show internal directories.
Click to hide internal directories.