type github.com/gotd/td/tg.ChannelsDeleteTopicHistoryRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_delete_topic_history_gen.go#L41: type ChannelsDeleteTopicHistoryRequest struct {
tl_channels_delete_topic_history_gen.go#L53: _ bin.Encoder = &ChannelsDeleteTopicHistoryRequest{}
tl_channels_delete_topic_history_gen.go#L54: _ bin.Decoder = &ChannelsDeleteTopicHistoryRequest{}
tl_channels_delete_topic_history_gen.go#L55: _ bin.BareEncoder = &ChannelsDeleteTopicHistoryRequest{}
tl_channels_delete_topic_history_gen.go#L56: _ bin.BareDecoder = &ChannelsDeleteTopicHistoryRequest{}
tl_channels_delete_topic_history_gen.go#L59: func (d *ChannelsDeleteTopicHistoryRequest) Zero() bool {
tl_channels_delete_topic_history_gen.go#L74: func (d *ChannelsDeleteTopicHistoryRequest) String() string {
tl_channels_delete_topic_history_gen.go#L78: type Alias ChannelsDeleteTopicHistoryRequest
tl_channels_delete_topic_history_gen.go#L83: func (d *ChannelsDeleteTopicHistoryRequest) FillFrom(from interface {
tl_channels_delete_topic_history_gen.go#L94: func (*ChannelsDeleteTopicHistoryRequest) TypeID() uint32 {
tl_channels_delete_topic_history_gen.go#L99: func (*ChannelsDeleteTopicHistoryRequest) TypeName() string {
tl_channels_delete_topic_history_gen.go#L104: func (d *ChannelsDeleteTopicHistoryRequest) TypeInfo() tdp.Type {
tl_channels_delete_topic_history_gen.go#L127: func (d *ChannelsDeleteTopicHistoryRequest) Encode(b *bin.Buffer) error {
tl_channels_delete_topic_history_gen.go#L136: func (d *ChannelsDeleteTopicHistoryRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_delete_topic_history_gen.go#L151: func (d *ChannelsDeleteTopicHistoryRequest) Decode(b *bin.Buffer) error {
tl_channels_delete_topic_history_gen.go#L162: func (d *ChannelsDeleteTopicHistoryRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_delete_topic_history_gen.go#L184: func (d *ChannelsDeleteTopicHistoryRequest) GetChannel() (value InputChannelClass) {
tl_channels_delete_topic_history_gen.go#L192: func (d *ChannelsDeleteTopicHistoryRequest) GetTopMsgID() (value int) {
tl_channels_delete_topic_history_gen.go#L200: func (d *ChannelsDeleteTopicHistoryRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_delete_topic_history_gen.go#L217: func (c *Client) ChannelsDeleteTopicHistory(ctx context.Context, request *ChannelsDeleteTopicHistoryRequest) (*MessagesAffectedHistory, error) {
tl_registry_gen.go#L5231: ChannelsDeleteTopicHistoryRequestTypeID: func() bin.Object { return &ChannelsDeleteTopicHistoryRequest{} },
tl_server_gen.go#L7688: func (s *ServerDispatcher) OnChannelsDeleteTopicHistory(f func(ctx context.Context, request *ChannelsDeleteTopicHistoryRequest) (*MessagesAffectedHistory, error)) {
tl_server_gen.go#L7690: var request ChannelsDeleteTopicHistoryRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |