type github.com/gotd/td/tg.MessagesDeletePhoneCallHistoryRequest
23 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_phone_call_history_gen.go#L38: type MessagesDeletePhoneCallHistoryRequest struct {
tl_messages_delete_phone_call_history_gen.go#L53: _ bin.Encoder = &MessagesDeletePhoneCallHistoryRequest{}
tl_messages_delete_phone_call_history_gen.go#L54: _ bin.Decoder = &MessagesDeletePhoneCallHistoryRequest{}
tl_messages_delete_phone_call_history_gen.go#L55: _ bin.BareEncoder = &MessagesDeletePhoneCallHistoryRequest{}
tl_messages_delete_phone_call_history_gen.go#L56: _ bin.BareDecoder = &MessagesDeletePhoneCallHistoryRequest{}
tl_messages_delete_phone_call_history_gen.go#L59: func (d *MessagesDeletePhoneCallHistoryRequest) Zero() bool {
tl_messages_delete_phone_call_history_gen.go#L74: func (d *MessagesDeletePhoneCallHistoryRequest) String() string {
tl_messages_delete_phone_call_history_gen.go#L78: type Alias MessagesDeletePhoneCallHistoryRequest
tl_messages_delete_phone_call_history_gen.go#L83: func (d *MessagesDeletePhoneCallHistoryRequest) FillFrom(from interface {
tl_messages_delete_phone_call_history_gen.go#L92: func (*MessagesDeletePhoneCallHistoryRequest) TypeID() uint32 {
tl_messages_delete_phone_call_history_gen.go#L97: func (*MessagesDeletePhoneCallHistoryRequest) TypeName() string {
tl_messages_delete_phone_call_history_gen.go#L102: func (d *MessagesDeletePhoneCallHistoryRequest) TypeInfo() tdp.Type {
tl_messages_delete_phone_call_history_gen.go#L122: func (d *MessagesDeletePhoneCallHistoryRequest) SetFlags() {
tl_messages_delete_phone_call_history_gen.go#L129: func (d *MessagesDeletePhoneCallHistoryRequest) Encode(b *bin.Buffer) error {
tl_messages_delete_phone_call_history_gen.go#L138: func (d *MessagesDeletePhoneCallHistoryRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_delete_phone_call_history_gen.go#L150: func (d *MessagesDeletePhoneCallHistoryRequest) Decode(b *bin.Buffer) error {
tl_messages_delete_phone_call_history_gen.go#L161: func (d *MessagesDeletePhoneCallHistoryRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_delete_phone_call_history_gen.go#L175: func (d *MessagesDeletePhoneCallHistoryRequest) SetRevoke(value bool) {
tl_messages_delete_phone_call_history_gen.go#L186: func (d *MessagesDeletePhoneCallHistoryRequest) GetRevoke() (value bool) {
tl_messages_delete_phone_call_history_gen.go#L197: func (c *Client) MessagesDeletePhoneCallHistory(ctx context.Context, request *MessagesDeletePhoneCallHistoryRequest) (*MessagesAffectedFoundMessages, error) {
tl_registry_gen.go#L5079: MessagesDeletePhoneCallHistoryRequestTypeID: func() bin.Object { return &MessagesDeletePhoneCallHistoryRequest{} },
tl_server_gen.go#L4980: func (s *ServerDispatcher) OnMessagesDeletePhoneCallHistory(f func(ctx context.Context, request *MessagesDeletePhoneCallHistoryRequest) (*MessagesAffectedFoundMessages, error)) {
tl_server_gen.go#L4982: var request MessagesDeletePhoneCallHistoryRequest
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. |