type github.com/gotd/td/tg.ContactsBlockFromRepliesRequest
28 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_from_replies_gen.go#L41: type ContactsBlockFromRepliesRequest struct {
tl_contacts_block_from_replies_gen.go#L65: _ bin.Encoder = &ContactsBlockFromRepliesRequest{}
tl_contacts_block_from_replies_gen.go#L66: _ bin.Decoder = &ContactsBlockFromRepliesRequest{}
tl_contacts_block_from_replies_gen.go#L67: _ bin.BareEncoder = &ContactsBlockFromRepliesRequest{}
tl_contacts_block_from_replies_gen.go#L68: _ bin.BareDecoder = &ContactsBlockFromRepliesRequest{}
tl_contacts_block_from_replies_gen.go#L71: func (b *ContactsBlockFromRepliesRequest) Zero() bool {
tl_contacts_block_from_replies_gen.go#L95: func (b *ContactsBlockFromRepliesRequest) String() string {
tl_contacts_block_from_replies_gen.go#L99: type Alias ContactsBlockFromRepliesRequest
tl_contacts_block_from_replies_gen.go#L104: func (b *ContactsBlockFromRepliesRequest) FillFrom(from interface {
tl_contacts_block_from_replies_gen.go#L119: func (*ContactsBlockFromRepliesRequest) TypeID() uint32 {
tl_contacts_block_from_replies_gen.go#L124: func (*ContactsBlockFromRepliesRequest) TypeName() string {
tl_contacts_block_from_replies_gen.go#L129: func (b *ContactsBlockFromRepliesRequest) TypeInfo() tdp.Type {
tl_contacts_block_from_replies_gen.go#L163: func (b *ContactsBlockFromRepliesRequest) SetFlags() {
tl_contacts_block_from_replies_gen.go#L176: func (b *ContactsBlockFromRepliesRequest) Encode(buf *bin.Buffer) error {
tl_contacts_block_from_replies_gen.go#L185: func (b *ContactsBlockFromRepliesRequest) EncodeBare(buf *bin.Buffer) error {
tl_contacts_block_from_replies_gen.go#L198: func (b *ContactsBlockFromRepliesRequest) Decode(buf *bin.Buffer) error {
tl_contacts_block_from_replies_gen.go#L209: func (b *ContactsBlockFromRepliesRequest) DecodeBare(buf *bin.Buffer) error {
tl_contacts_block_from_replies_gen.go#L232: func (b *ContactsBlockFromRepliesRequest) SetDeleteMessage(value bool) {
tl_contacts_block_from_replies_gen.go#L243: func (b *ContactsBlockFromRepliesRequest) GetDeleteMessage() (value bool) {
tl_contacts_block_from_replies_gen.go#L251: func (b *ContactsBlockFromRepliesRequest) SetDeleteHistory(value bool) {
tl_contacts_block_from_replies_gen.go#L262: func (b *ContactsBlockFromRepliesRequest) GetDeleteHistory() (value bool) {
tl_contacts_block_from_replies_gen.go#L270: func (b *ContactsBlockFromRepliesRequest) SetReportSpam(value bool) {
tl_contacts_block_from_replies_gen.go#L281: func (b *ContactsBlockFromRepliesRequest) GetReportSpam() (value bool) {
tl_contacts_block_from_replies_gen.go#L289: func (b *ContactsBlockFromRepliesRequest) GetMsgID() (value int) {
tl_contacts_block_from_replies_gen.go#L303: func (c *Client) ContactsBlockFromReplies(ctx context.Context, request *ContactsBlockFromRepliesRequest) (UpdatesClass, error) {
tl_registry_gen.go#L4947: ContactsBlockFromRepliesRequestTypeID: func() bin.Object { return &ContactsBlockFromRepliesRequest{} },
tl_server_gen.go#L2596: func (s *ServerDispatcher) OnContactsBlockFromReplies(f func(ctx context.Context, request *ContactsBlockFromRepliesRequest) (UpdatesClass, error)) {
tl_server_gen.go#L2598: var request ContactsBlockFromRepliesRequest
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. |